Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarSlotsPanel<S> Class / Refresh Method
Keeps the slot content when a slot is already created.


In This Topic
    Refresh Method (CalendarSlotsPanel<S>)
    In This Topic
    Recreates the slots.
    Syntax
    'Declaration
     
    
    Public Sub Refresh( _
       Optional ByVal keepSlotContent As Boolean _
    ) 
    'Usage
     
    
    Dim instance As CalendarSlotsPanel(Of S)
    Dim keepSlotContent As Boolean
     
    instance.Refresh(keepSlotContent)
    public void Refresh( 
       bool keepSlotContent
    )

    Parameters

    keepSlotContent
    Keeps the slot content when a slot is already created.
    See Also